projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
858f8e5
)
(quail-show-key): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Thu, 1 Feb 2007 01:45:50 +0000
(
01:45
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 1 Feb 2007 01:45:50 +0000
(
01:45
+0000)
lisp/international/quail.el
patch
|
blob
|
history
diff --git
a/lisp/international/quail.el
b/lisp/international/quail.el
index 7cedcbf665a9a10b5a2e2626b2d08b3975f1cbad..a14d358c8ad0eff8eacc8f285fb14c5dc2abbe5c 100644
(file)
--- a/
lisp/international/quail.el
+++ b/
lisp/international/quail.el
@@
-2773,7
+2773,7
@@
If CHAR is an ASCII character and can be input by typing itself, return t."
(or current-input-method
(error "No input method is activated"))
(or (assoc current-input-method quail-package-alist)
- (error "The current input method is not using Quail
.
"))
+ (error "The current input method is not using Quail"))
(let* ((char (following-char))
(key-list (quail-find-key char)))
(cond ((consp key-list)